CHANGE FILEEXT$
CHANGE FILEEXT$ takes the file name passed in FileName and changes the extension of the file name to the extension passed in Extension. ChangeFileExt does not rename the actual file, it just creates a new file name string.
ARGUMENTS:
* FileName = The filename to change
* Extension = The new extension
RETURNS:
The filename with the new extension.
SYNTAX
Return String=CHANGE FILEEXT$(FileName,Extension)
RELATED INFO
View File Names and Paths Index
View STYX Index
View STYX Main File
